home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / games / honor110.zip / FHDATA.EXE / DOCS / Q&A.TXT < prev    next >
Text File  |  1996-05-18  |  4KB  |  77 lines

  1. Falcon's Honor                                          Last Updated: 6/20/95
  2.  
  3. Frequently Asked Questions (with Answers) and Common Setup Problems
  4.  
  5. ───────────────────────────────────────────────────────────────────────────────
  6. Q) FH shows up fine locally but not remotely.
  7. A) Be sure, for high speed modems, to specify a locked baud rate parameter
  8.    in FH's RESOURCE.DAT file.  For example, if your modem is locked at
  9.    19200, enter:
  10.                         LockedBaud      19200
  11.    in the RESOURCE.DAT file.
  12.  
  13.    Also, try changing the Fossil driver setting in RESOURCE.DAT:
  14.                         Fossil          yes
  15.    or
  16.                         Fossil          no
  17.    Some systems may work better when FH uses the Fossil, and some may
  18.    work better when FH uses its own communication routines.
  19.  
  20.    If you are using a non-standard COM port, and you are not using a
  21.    Fossil driver, you may wish to tell FH what the COM port parameters
  22.    are.  Check RESOURCE.DOC for details on how to do this.
  23. ───────────────────────────────────────────────────────────────────────────────
  24. Q) My game is running fairly slow and choppy.  Why?
  25. A) The FH multitasking routines are still being worked on.  They work well
  26.    on some systems, but not others.  Try adding "Multitasker NONE" to your
  27.    RESOURCE.DAT file.
  28. ───────────────────────────────────────────────────────────────────────────────
  29. Q) I keep getting a Run Time Error.  What do I do?
  30. A) First, carefully check your setup and make sure you haven't goofed anywhere.
  31.    If that does not help, write down the error number (201 at 2145:2314) and
  32.    send it to Mehul Patel at Solaria City (Fido: 1:106/900).  If your game
  33.    seems dead, you can try copying the BACKUP\*.* to your DATA\ directory
  34.    and see if that fixes the problem.
  35. ───────────────────────────────────────────────────────────────────────────────
  36. Q) I sent my registration quite a while ago, but have received nothing back.
  37.    What does this mean?
  38. A) If it has been less than 4 weeks, please do not ask about it because it
  39.    will only slow us down more having to sift through all the e-mail.  If it
  40.    has been more than 4 weeks, you may wish to Fido-net or Email Amit or Mehul
  41.    at Solaria City, but don't expect an immediate reply because we have
  42.    very limited time and cannot get to all mail immediately.
  43. ───────────────────────────────────────────────────────────────────────────────
  44. Q) How do I set up FH for my multinode board?
  45. A) FH cannot run on more than one node at a time, but it will detect this
  46.    automatically, so that you do not have to use external utilities or
  47.    semaphore files to do this.
  48.  
  49.    To set up FH for a multinode board, first install FH normally, for
  50.    just node 1.  Then, look in your FH directory for a file called
  51.    SETUP.SR.  This file contains the path to the door file.  You can make
  52.    copies of this file for each node (SETUP.1, SETUP.2, SETUP.3, etc.).
  53.  
  54.    In your BBS directory, there will be a FH.BAT file.  Edit this file
  55.    and look for a line:
  56.                         SRDOOR
  57.    change this line to
  58.                         SRDOOR -f SETUP.%NODE%
  59.    This assumes that you have an environment variable "NODE" that contains
  60.    the node number (1, 2, 3, etc.).  If, instead, your node number is passed
  61.    on the command line, you can use a line such as
  62.                         SRDOOR -f SETUP.%1
  63.  
  64.    In addition, your nodes may not have the same locked baud rate.  If
  65.    this is the case, one solution is to make a RESOURCE.1, RESOURCE.2,
  66.    and so on.  Then, in each one, you can set a different locked baud rate.
  67.    In the batch file, before FH runs, add the line
  68.                         COPY RESOURCE.%NODE% RESOURCE.DAT
  69.  
  70.    Good luck!
  71. ───────────────────────────────────────────────────────────────────────────────
  72.  
  73. Generic A) Check RESOURCE.DOC, as it has dozens of options relating to game
  74.            play, more effective running of the game, non standard IRQ's,
  75.            fossil drivers, locked bauds, and everything else you could imagine.
  76.  
  77.